strtod — String to decimal conversion
strtod
takes a string argument, and returns the contents as a scalar value. Although this function understands exponentional notation, it does not understand complex notation.
Subsections
Example